home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 January: Mac OS SDK / Dev.CD Jan 00 SDK1.toast / Development Kits / Mac OS / Multiprocessing 2.0 SDK / Guide To SDK Contents next >
Encoding:
Text File  |  1999-08-03  |  2.9 KB  |  68 lines  |  [TEXT/ttxt]

  1.                                                                                                                         Multiprocessing 2.0 SDK
  2.     
  3.                                                                                                                         Guide To SDK Contents
  4.  
  5.                                                                                                                                                                                                                                     August 3, 1999
  6.  
  7. This SDK has been prepared to help you get started using the Multiprocessing API v2.0.
  8.  
  9. This document describes briefly what you will find on this disk and how you can put it to use.
  10.  
  11. Documentation:
  12.  
  13.         MP API FAQs
  14.  
  15.         This document provides answers to a number of frequently asked questions. It provides contact
  16.         information and covers such issues as developer support and supported hardware. It also provides
  17.         a few programming tips. At least scan this document so that you can be familiar with what types of
  18.         information you can expect to find there.
  19.  
  20.         MP API.pdf
  21.  
  22.         This is the technical specification of the Multiprocessing API. This document introduces the API and
  23.         the key concepts behind it. It goes on to describe every function call in detail. It is required reading 
  24.         if you intend to program for multiprocessor systems.
  25.  
  26.         MP_Technote.pdf
  27.  
  28.         This document was prepared for inclusion in the Apple Technote collection. It provides a practical, 
  29.         step by step description of the types of things an application writer needs to do to implement 
  30.         multiprocessing. It also discusses the types of things that can and should be done from tasks as well
  31.         as the types of things that cannot. It is highly recommended reading.
  32.  
  33.         MacTech Article.pdf
  34.  
  35.         This long article was prepared for inclusion in a March 1996 MacTech article on multiprocessing. It 
  36.         was significantly abridged before appearing in print. It contains some useful pointers and tips 
  37.         regarding the use of the MP API. It is recommended but not required reading.
  38.  
  39. Interfaces&Libraries
  40.  
  41.         "Multiprocessing.h"                                                                        -the universal interface for the MP library. Replaces "MP.h"
  42.         "Multiprocessing API Library"     -the multiprocessing library.
  43.  
  44.         These two files are now part of the standard installation of Universal Interfaces 3.2 and higher.
  45.         Developers using environments older than Universal Interfaces 3.2 or environments that do not
  46.         provide these files will need to install these.
  47.  
  48.         Even if these files are present in your environment, every developer should be sure to consult the
  49.         MP API FAQs entry: "What is a good way to install the library for development purposes?" for
  50.         further instructions. This entry explains certain steps that are necessary to use MP on uniprocessor
  51.         machines running System 7 and how to correctly set machines up to debug tasks using the
  52.         Metrowerks Debugger (attempting to debug using the default installation will NOT work).
  53.  
  54. Demo apps:
  55.  
  56.         PowerMacInfo
  57.         CPU meter
  58.  
  59. Sample Code:
  60.  
  61.         MPHelloWorld
  62.         CloseViewMP
  63.         HappyTrails
  64.         PowerFrax
  65.         SortPictsMP
  66.  
  67. Copyright © Apple Computer, Inc. 1995 - 1999
  68.